The base class of any DAO that encapsulates a parameterized program hosted and executed by the underlying data store.

Namespace: Keystone.Carbonite
Assembly: Keystone.Carbonite (in Keystone.Carbonite.dll)

public abstract class DataContextProgramDao<TProgramResult, TProgramArguments, TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters> : BaseDao<TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters>, 
IDataContextProgramDao<TProgramResult, TProgramArguments> 
where TCarboniteController : CarboniteController<TDataContext, TTransaction, TTransactionCreationParameters>
This language is not supported or no code example is available.

Type Parameters

TProgramResult

The program result type.

TProgramArguments

The type of the program arguments.

TDataContext

The data store context type.

TCarboniteController

The carbonite controller type that will host instances of this DAO.

TTransaction

The transaction type to use in persistence operations.

TTransactionCreationParameters

The transaction creation parameters type.

Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 4.6

Others

Xamarin, Mono